IGearInPosCommand 介面

代表一个齿轮比率运动。

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IGearInPosCommand

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IGearInPosCommand : IKsCommand
Public Interface IGearInPosCommand Inherits IKsCommand

 

IGearInPosCommand 介面陈列了以下成员。

属性

 名称说明
Acceleration同步阶段时的最大加速度。
BufferMode定义如何融合两方法的速度。
Deceleration同步阶段时的最大减速度。
Jerk同步阶段时的最大加加速度。
Master主轴的参考。
MasterStartDistance为了与从轴同步,主轴所移动的距离(当从轴开始进入同步时)。
MasterSyncPosition从轴与主轴同步时主轴的位置。
MasterValueSource定义同步的来源。
Permanent决定马达停用后是否保留齿轮状态。
Ratio齿轮比率。
SlaveSyncPosition从轴与主轴同步时从轴的位置。
SyncMode定义同步的方式。
Velocity同步阶段时的最大速度。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间